home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / SLIDES.CST / 00005_IDLE slideShowX.ls < prev    next >
Encoding:
Text File  |  1996-12-11  |  184 b   |  6 lines

  1. on exitFrame
  2.   global gAutoMode, gRecNumber, gDirection0IsBack1IsFwd
  3.   
  4.   if gAutoMode and (the timer mod 150 =0) then slideShow gDirection0IsBack1IsFwd
  5.   go to the frame
  6. end exitFrame